AwaitPromiseResponse

data class AwaitPromiseResponse(result: RemoteObject, exceptionDetails: ExceptionDetails?)

Represents response frame that is returned from Runtime#awaitPromise operation call. Add handler to promise with given promise object id.

See also

Constructors

AwaitPromiseResponse
Link copied to clipboard
fun AwaitPromiseResponse(result: RemoteObject, exceptionDetails: ExceptionDetails? = null)

Properties

exceptionDetails
Link copied to clipboard
val exceptionDetails: ExceptionDetails? = null
Exception details if stack strace is available.
result
Link copied to clipboard
val result: RemoteObject
Promise result.

Sources

jvm source
Link copied to clipboard